projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35edc82
)
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-261
author
Miles Bader
<miles@gnu.org>
Tue, 2 May 2006 23:14:55 +0000
(23:14 +0000)
committer
Miles Bader
<miles@gnu.org>
Tue, 2 May 2006 23:14:55 +0000
(23:14 +0000)
lisp/replace.el (occur-engine): Bind `inhibit-field-text-motion' to t
lisp/ChangeLog
patch
|
blob
|
history
lisp/replace.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 566d66a57312e8742d0557819274353ddf8d51a9..c1fe4d6a8a5a7597e99de306fa0731c93941267e 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,7
@@
+2006-05-02 Miles Bader <miles@gnu.org>
+
+ * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
+
2006-05-02 Jay Belanger <belanger@truman.edu>
* calc/calc-embed.el: (calc-override-minor-modes-map)
diff --git
a/lisp/replace.el
b/lisp/replace.el
index 3187bbbbd36e5064395f2dbb38fd40f7c5a3e201..f1792b499fcd93f1ef446e3bff9f4bf88b7fd889 100644
(file)
--- a/
lisp/replace.el
+++ b/
lisp/replace.el
@@
-1098,6
+1098,7
@@
See also `multi-occur'."
(endpt nil)
(marker nil)
(curstring "")
+ (inhibit-field-text-motion t)
(headerpt (with-current-buffer out-buf (point))))
(with-current-buffer buf
(or coding